home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AvisynthPlugins / Deen.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  2KB  |  44 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="Deen">
  4.   <description />
  5.   <filters>
  6.     <filter name="Deen" category="Spatial Smoothers" helpfile="Deen" type="clip">
  7.       <description>Several denoisers. This filter can cause memory leaks, so use at your own risk.</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.       </colorspaces>
  11.       <parameters>
  12.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  13.           <description />
  14.           <items />
  15.         </parameter>
  16.         <parameter name="name" type="string" default="" max="0" min="0" step="0" optional="False" paramList="False">
  17.           <description>Denoising method.</description>
  18.           <items>
  19.             <item>a3d</item>
  20.             <item>a2d</item>
  21.             <item>c3d</item>
  22.             <item>m2d</item>
  23.           </items>
  24.         </parameter>
  25.         <parameter name="mode" type="int" default="" max="1" min="0" step="0" optional="False" paramList="False">
  26.           <description>with "c3d", it's the weight matrix. 0: <121> matrix (default). 1: <111> matrix (softer). With other methods, it's the spatial radius.</description>
  27.           <items />
  28.         </parameter>
  29.         <parameter name="thrY" type="int" default="10" max="0" min="0" step="0" optional="True" paramList="False">
  30.           <description>Luma Treshshold. Higher values blend more.</description>
  31.           <items />
  32.         </parameter>
  33.         <parameter name="thrUV" type="int" default="12" max="0" min="0" step="0" optional="True" paramList="False">
  34.           <description>Chroma Treshshold. Higher values blend more.</description>
  35.           <items />
  36.         </parameter>
  37.         <parameter name="ti" type="int" default="3" max="0" min="0" step="0" optional="True" paramList="False">
  38.           <description>Temporal Influence. Maximal mean local temporal difference allowed  to enable 3d filtering.</description>
  39.           <items />
  40.         </parameter>
  41.       </parameters>
  42.     </filter>
  43.   </filters>
  44. </plugin>